object ChooseControlForm: TChooseControlForm Left = 585 Top = 96 BorderStyle = bsDialog Caption = 'Choose Controls' ClientHeight = 225 ClientWidth = 239 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 180 Width = 89 Height = 13 AutoSize = False Caption = 'Add this control' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 8 Top = 8 Width = 106 Height = 14 Caption = 'Known Sizer Controls' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object ListBox1: TListBox Left = 4 Top = 24 Width = 145 Height = 149 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ItemHeight = 14 ParentFont = False TabOrder = 0 OnClick = ListBox1Click OnDblClick = ListBox1DblClick end object Edit1: TEdit Left = 4 Top = 196 Width = 145 Height = 22 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 end object Button1: TButton Left = 158 Top = 24 Width = 75 Height = 25 Caption = '&Add' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 158 Top = 56 Width = 75 Height = 25 Caption = '&Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 3 OnClick = Button2Click end end